【例子介绍】红包充值小案例
使用winform技术实现的,简单的随机数案例
【相关图片】
【源码结构】
.
├── Chongzhi
│ ├── AFB.cs
│ ├── App.config
│ ├── Chongzhi.csproj
│ ├── Chongzhi.sln
│ ├── Discount.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Pay.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Yong.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Chongzhi.exe.config
│ │ │ └── Chongzhi.pdb
│ │ └── Release
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Chongzhi.Form1.resources
│ │ │ ├── Chongzhi.Properties.Resources.resources
│ │ │ ├── Chongzhi.csproj.AssemblyReference.cache
│ │ │ ├── Chongzhi.csproj.CoreCompileInputs.cache
│ │ │ ├── Chongzhi.csproj.FileListAbsolute.txt
│ │ │ ├── Chongzhi.csproj.GenerateResource.cache
│ │ │ ├── Chongzhi.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── Chongzhi.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ └── Chongzhi.csproj.AssemblyReference.cache
│ └── winxin.cs
├── des.v11.suo
└── 红包充值小案例C#.zip
9 directories, 32 files
评论